home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / atsend15.zip / ATSEND.NEW < prev    next >
Text File  |  1992-04-22  |  2KB  |  63 lines

  1. 04-22-92 V1.5
  2. -------------
  3. Non-Standard COM ports and IRQ's are now supported by setting
  4. COMBASE and COMIRQ environment variables.  See ATSEND.DOC for
  5. details.
  6.  
  7. Two new programs included!  One is HEX2DEC.EXE, a program to
  8. convert your COMBASE address from hex to decimal.  The other is
  9. ATBATCH.EXE, a program that will create batch files for use with
  10. ATSEND.  This makes it very easy for those running non-standard
  11. ports, as ATBATCH will do the hex to decimal conversion
  12. on-the-fly.
  13.  
  14. ATSEND now defaults to opening the port at 1200 baud to make it
  15. compatible with most modems.  The speed can be raised or lowered
  16. by setting an environment variable called ATSPEED.  To get the
  17. modem to communicate at speed 38400:
  18.  
  19. SET ATSPEED=38400
  20.  
  21. ATSEND now reports results from modem to the screen.  Users of
  22. modems like the USRobotics HST can type ATSEND I4 for a page full
  23. of modem settings.
  24.  
  25. Now reads DSZPORT environment variable.  People who are
  26. running DSZ often use the DSZPORT setting in their environment to
  27. tell DSZ what com port is being used.  Like DSZ, ATSEND defaults
  28. to COM1.  If you want to use ATSEND without having to type the
  29. comport number each time, put the following in your AUTOEXEC.BAT
  30. file: SET DSZPORT=<PORT>.  For example, if you are using COM2:
  31.  
  32. SET DSZPORT=2
  33.  
  34. You can overide the DSZPORT setting by specifying a different
  35. port on the command line after the command to be sent to the
  36. modem.
  37.  
  38. 7-21-90 V1.2 ß1
  39. ---------------
  40. Shortened information shown to screen when program is executed.
  41.  
  42. Compiled with new comunications libraries that are said to
  43. produce compatibility with non-standard ports 3 thru 8 using DSZ
  44. style IRQ's and base addresses.
  45.  
  46. 7-6-89 V1.1
  47. -----------
  48. Changed name to ATSEND.EXE to avoid confusion with similar utility
  49. called AT.COM.
  50.  
  51. Tightened up code and recompiled under Borland's Turbo Pascal 5.5.
  52.  
  53. Changed termination to end with an errorlevel of 1.  This is so Sysops
  54. who are currently running HSTRESET.EXE by Samuel Smith may use ATSEND as
  55. a direct replacement.  If esc is hit before ATSEND finishes, an
  56. errorlevel of 0 is set.  This should have no effect for users who are
  57. not using ATSEND as a replacement for HSTRESET.EXE.
  58.  
  59.  
  60. 6-17-89 V1.0
  61. ------------
  62. Initial Release as AT10.ZIP
  63.